AudioNode

data class AudioNode(nodeId: GraphObjectId, contextId: GraphObjectId, nodeType: NodeType, numberOfInputs: Double, numberOfOutputs: Double, channelCount: Double, channelCountMode: ChannelCountMode, channelInterpretation: ChannelInterpretation)

Protocol object for AudioNode

Constructors

AudioNode
Link copied to clipboard
fun AudioNode(nodeId: GraphObjectId, contextId: GraphObjectId, nodeType: NodeType, numberOfInputs: Double, numberOfOutputs: Double, channelCount: Double, channelCountMode: ChannelCountMode, channelInterpretation: ChannelInterpretation)

Properties

channelCount
Link copied to clipboard
val channelCount: Double
channelCountMode
Link copied to clipboard
val channelCountMode: ChannelCountMode
channelInterpretation
Link copied to clipboard
val channelInterpretation: ChannelInterpretation
contextId
Link copied to clipboard
val contextId: GraphObjectId
nodeId
Link copied to clipboard
val nodeId: GraphObjectId
nodeType
Link copied to clipboard
val nodeType: NodeType
numberOfInputs
Link copied to clipboard
val numberOfInputs: Double
numberOfOutputs
Link copied to clipboard
val numberOfOutputs: Double

Sources

jvm source
Link copied to clipboard